Loading pkgs/tools/misc/czkawka/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config Loading @@ -8,6 +9,7 @@ , gdk-pixbuf , atk , gtk4 , Foundation , wrapGAppsHook4 , gobject-introspection , xvfb-run Loading Loading @@ -41,6 +43,8 @@ rustPlatform.buildRustPackage rec { gdk-pixbuf atk gtk4 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; nativeCheckInputs = [ Loading @@ -53,6 +57,9 @@ rustPlatform.buildRustPackage rec { runHook postCheck ''; doCheck = stdenv.hostPlatform.isLinux && (stdenv.hostPlatform == stdenv.buildPlatform); passthru.tests.version = testers.testVersion { package = czkawka; command = "czkawka_cli --version"; Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4566,7 +4566,9 @@ with pkgs; cowsay = callPackage ../tools/misc/cowsay { }; czkawka = callPackage ../tools/misc/czkawka { }; czkawka = callPackage ../tools/misc/czkawka { inherit (darwin.apple_sdk.frameworks) Foundation; }; cherrytree = callPackage ../applications/misc/cherrytree { }; Loading
pkgs/tools/misc/czkawka/default.nix +7 −0 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config Loading @@ -8,6 +9,7 @@ , gdk-pixbuf , atk , gtk4 , Foundation , wrapGAppsHook4 , gobject-introspection , xvfb-run Loading Loading @@ -41,6 +43,8 @@ rustPlatform.buildRustPackage rec { gdk-pixbuf atk gtk4 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; nativeCheckInputs = [ Loading @@ -53,6 +57,9 @@ rustPlatform.buildRustPackage rec { runHook postCheck ''; doCheck = stdenv.hostPlatform.isLinux && (stdenv.hostPlatform == stdenv.buildPlatform); passthru.tests.version = testers.testVersion { package = czkawka; command = "czkawka_cli --version"; Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4566,7 +4566,9 @@ with pkgs; cowsay = callPackage ../tools/misc/cowsay { }; czkawka = callPackage ../tools/misc/czkawka { }; czkawka = callPackage ../tools/misc/czkawka { inherit (darwin.apple_sdk.frameworks) Foundation; }; cherrytree = callPackage ../applications/misc/cherrytree { };