Loading pkgs/applications/audio/openutau/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -5,9 +5,6 @@ , dotnetCorePackages , dbus , fontconfig , libICE , libSM , libX11 , portaudio }: Loading @@ -32,9 +29,6 @@ buildDotnetModule rec { runtimeDeps = [ dbus libICE libSM libX11 portaudio ]; Loading pkgs/applications/version-management/git-credential-manager/default.nix +1 −7 Original line number Diff line number Diff line Loading @@ -2,21 +2,16 @@ , fetchFromGitHub , buildDotnetModule , dotnetCorePackages , libX11 , libICE , libSM , libsecret , git , git-credential-manager , gnupg , pass , testers , withGuiSupport ? true , withLibsecretSupport ? true , withGpgSupport ? true }: assert withLibsecretSupport -> withGuiSupport; buildDotnetModule rec { pname = "git-credential-manager"; version = "2.5.1"; Loading @@ -36,8 +31,7 @@ buildDotnetModule rec { executables = [ "git-credential-manager" ]; runtimeDeps = lib.optionals withGuiSupport [ libX11 libICE libSM ] ++ lib.optional withLibsecretSupport libsecret; lib.optional withLibsecretSupport libsecret; makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}" ]; Loading pkgs/build-support/dotnet/fetch-nupkg/overrides.nix +35 −14 Original line number Diff line number Diff line Loading @@ -3,7 +3,11 @@ dotnetCorePackages, fontconfig, lib, libICE, libSM, libX11, stdenv, writeText, }: { # e.g. Loading @@ -13,9 +17,25 @@ # buildInputs = old.buildInputs or [ ] ++ [ hello ]; # }); "Avalonia.X11" = package: package.overrideAttrs ( old: lib.optionalAttrs (!stdenv.isDarwin) { setupHook = writeText "setupHook.sh" '' prependToVar dotnetRuntimeDeps \ "${lib.getLib libICE}" \ "${lib.getLib libSM}" \ "${lib.getLib libX11}" ''; } ); "SkiaSharp.NativeAssets.Linux" = package: package.overrideAttrs (old: { package.overrideAttrs ( old: lib.optionalAttrs stdenv.isLinux { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ autoPatchelfHook ]; buildInputs = old.buildInputs or [ ] ++ [ fontconfig ]; Loading @@ -30,5 +50,6 @@ done cd - >/dev/null ''; }); } ); } pkgs/by-name/be/beatsabermodmanager/package.nix +0 −9 Original line number Diff line number Diff line Loading @@ -5,10 +5,6 @@ dotnetCorePackages, libX11, libICE, libSM, xdg-utils, }: Loading Loading @@ -37,11 +33,6 @@ buildDotnetModule rec { nugetDeps = ./deps.nix; runtimeDeps = [ libX11 libICE libSM ]; # Required for OneClick makeWrapperArgs = [ Loading pkgs/by-name/bl/blendfarm/package.nix +0 −6 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ dotnetCorePackages, xz, pcre, libX11, libICE, libSM, autoPatchelfHook, bintools, fixDarwinDylibNames, Loading Loading @@ -77,9 +74,6 @@ buildDotnetModule rec { runtimeDeps = [ xz pcre libX11 libICE libSM libgdiplus glib libXrandr Loading Loading
pkgs/applications/audio/openutau/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -5,9 +5,6 @@ , dotnetCorePackages , dbus , fontconfig , libICE , libSM , libX11 , portaudio }: Loading @@ -32,9 +29,6 @@ buildDotnetModule rec { runtimeDeps = [ dbus libICE libSM libX11 portaudio ]; Loading
pkgs/applications/version-management/git-credential-manager/default.nix +1 −7 Original line number Diff line number Diff line Loading @@ -2,21 +2,16 @@ , fetchFromGitHub , buildDotnetModule , dotnetCorePackages , libX11 , libICE , libSM , libsecret , git , git-credential-manager , gnupg , pass , testers , withGuiSupport ? true , withLibsecretSupport ? true , withGpgSupport ? true }: assert withLibsecretSupport -> withGuiSupport; buildDotnetModule rec { pname = "git-credential-manager"; version = "2.5.1"; Loading @@ -36,8 +31,7 @@ buildDotnetModule rec { executables = [ "git-credential-manager" ]; runtimeDeps = lib.optionals withGuiSupport [ libX11 libICE libSM ] ++ lib.optional withLibsecretSupport libsecret; lib.optional withLibsecretSupport libsecret; makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath ([ git ] ++ lib.optionals withGpgSupport [ gnupg pass ])}" ]; Loading
pkgs/build-support/dotnet/fetch-nupkg/overrides.nix +35 −14 Original line number Diff line number Diff line Loading @@ -3,7 +3,11 @@ dotnetCorePackages, fontconfig, lib, libICE, libSM, libX11, stdenv, writeText, }: { # e.g. Loading @@ -13,9 +17,25 @@ # buildInputs = old.buildInputs or [ ] ++ [ hello ]; # }); "Avalonia.X11" = package: package.overrideAttrs ( old: lib.optionalAttrs (!stdenv.isDarwin) { setupHook = writeText "setupHook.sh" '' prependToVar dotnetRuntimeDeps \ "${lib.getLib libICE}" \ "${lib.getLib libSM}" \ "${lib.getLib libX11}" ''; } ); "SkiaSharp.NativeAssets.Linux" = package: package.overrideAttrs (old: { package.overrideAttrs ( old: lib.optionalAttrs stdenv.isLinux { nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ autoPatchelfHook ]; buildInputs = old.buildInputs or [ ] ++ [ fontconfig ]; Loading @@ -30,5 +50,6 @@ done cd - >/dev/null ''; }); } ); }
pkgs/by-name/be/beatsabermodmanager/package.nix +0 −9 Original line number Diff line number Diff line Loading @@ -5,10 +5,6 @@ dotnetCorePackages, libX11, libICE, libSM, xdg-utils, }: Loading Loading @@ -37,11 +33,6 @@ buildDotnetModule rec { nugetDeps = ./deps.nix; runtimeDeps = [ libX11 libICE libSM ]; # Required for OneClick makeWrapperArgs = [ Loading
pkgs/by-name/bl/blendfarm/package.nix +0 −6 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ dotnetCorePackages, xz, pcre, libX11, libICE, libSM, autoPatchelfHook, bintools, fixDarwinDylibNames, Loading Loading @@ -77,9 +74,6 @@ buildDotnetModule rec { runtimeDeps = [ xz pcre libX11 libICE libSM libgdiplus glib libXrandr Loading