diff options
author | Aylur <[email protected]> | 2024-06-26 11:18:49 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-06-26 11:18:49 +0200 |
commit | a5d2c94aafc0c16b0f581cef472bbcf969b7ee1b (patch) | |
tree | 37dc82aa6b19fa6cc4832bcd4803fcf48f461b21 | |
parent | 710e419986b671dbe02021f19e9fe94e0d17ccb3 (diff) |
cleanup flake and meson
-rw-r--r-- | flake.nix | 3 | ||||
-rw-r--r-- | src/meson.build | 3 |
2 files changed, 1 insertions, 5 deletions
@@ -42,8 +42,6 @@ (lua.withPackages (ps: [ps.lgi])) (python3.withPackages (ps: [ps.pygobject3])) gjs - deno - nodejs ]; in { default = pkgs.mkShell { @@ -56,7 +54,6 @@ inputs ++ [ self.packages.${system}.astal - pkgs.playerctl # FIXME: just for demo ]; }; }; diff --git a/src/meson.build b/src/meson.build index bbce8b0..fb38c5a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -60,8 +60,7 @@ if get_option('lib') ) import('pkgconfig').generate( - description: 'libastal-notifd', - libraries: lib, + lib, name: meson.project_name(), filebase: meson.project_name() + '-' + api_version, version: meson.project_version(), |