From 29568a14b389049480591e67a116400d030e8db1 Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 30 Jan 2025 09:51:33 +0300 Subject: Provide an application icon --- default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 881b656..de622f9 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ let src = let - suffixes = [ "meson.options" "meson.build" ".sh" ".po" ".pot" ".in" "LINGUAS" ]; + suffixes = [ "meson.options" "meson.build" ".sh" ".po" ".pot" ".in" "LINGUAS" ".svg" ]; suffixFilter = name: type: let base = baseNameOf (toString name); in type == "directory" || lib.any (ext: lib.hasSuffix ext base) suffixes; @@ -23,12 +23,6 @@ let args = { # pname and version are read from Cargo.toml inherit src; - dummySrc = craneLib.mkDummySrc { - inherit src; - extraDummyScript = '' - cp -r ${./icons.toml} $out/icons.toml - ''; - }; strictDeps = true; buildInputs = [ -- cgit 1.4.1