Loading pkgs/tools/misc/szyszka/default.nix +5 −1 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config Loading @@ -9,6 +10,7 @@ , gdk-pixbuf , gtk4 , wrapGAppsHook4 , darwin }: rustPlatform.buildRustPackage rec { Loading Loading @@ -36,7 +38,9 @@ rustPlatform.buildRustPackage rec { atk gdk-pixbuf gtk4 ]; ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Foundation ]); meta = with lib; { description = "A simple but powerful and fast bulk file renamer"; Loading Loading
pkgs/tools/misc/szyszka/default.nix +5 −1 Original line number Diff line number Diff line { lib , stdenv , rustPlatform , fetchFromGitHub , pkg-config Loading @@ -9,6 +10,7 @@ , gdk-pixbuf , gtk4 , wrapGAppsHook4 , darwin }: rustPlatform.buildRustPackage rec { Loading Loading @@ -36,7 +38,9 @@ rustPlatform.buildRustPackage rec { atk gdk-pixbuf gtk4 ]; ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Foundation ]); meta = with lib; { description = "A simple but powerful and fast bulk file renamer"; Loading