freeplane: use stdenvNoCC
This commit is contained in:
parent
97bc9c5ce2
commit
51c5427079
@ -1,5 +1,5 @@
|
||||
{
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
@ -25,7 +25,7 @@ let
|
||||
hash = "sha256-Qh2V265FvQpqGKmPsiswnC5yECwIcNwMI3/Ka9sBqXE=";
|
||||
};
|
||||
|
||||
deps = stdenv.mkDerivation {
|
||||
deps = stdenvNoCC.mkDerivation {
|
||||
pname = "${pname}-deps";
|
||||
inherit src version;
|
||||
|
||||
@ -84,7 +84,7 @@ let
|
||||
}
|
||||
'';
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
inherit pname version src;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -31159,8 +31159,6 @@ with pkgs;
|
||||
|
||||
freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix { };
|
||||
|
||||
freeplane = callPackage ../applications/misc/freeplane { };
|
||||
|
||||
freepv = callPackage ../applications/graphics/freepv { };
|
||||
|
||||
xfontsel = callPackage ../applications/misc/xfontsel { };
|
||||
|
Loading…
Reference in New Issue
Block a user