nixpkgs: 2023-07-06 -> 2023-07-09
``` • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/3c7487575d9445185249a159046cc02ff364bff8' (2023-07-06) → 'github:nixos/nixpkgs/408c0e8c15a1c9cf5c3226931b6f283c9867c484' (2023-07-09) ```
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -85,11 +85,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-unpatched": {
|
"nixpkgs-unpatched": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1688679045,
|
"lastModified": 1688918189,
|
||||||
"narHash": "sha256-t3xGEfYIwhaLTPU8FLtN/pLPytNeDwbLI6a7XFFBlGo=",
|
"narHash": "sha256-f8ZlJ67LgEUDnN7ZsAyd1/Fyby1VdOXWg4XY/irSGrQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3c7487575d9445185249a159046cc02ff364bff8",
|
"rev": "408c0e8c15a1c9cf5c3226931b6f283c9867c484",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -1347,7 +1347,9 @@ in {
|
|||||||
nativeBuildInputs = orig.nativeBuildInputs ++ [ final.lua5 final.protobuf ];
|
nativeBuildInputs = orig.nativeBuildInputs ++ [ final.lua5 final.protobuf ];
|
||||||
# fix that it can't find the c compiler
|
# fix that it can't find the c compiler
|
||||||
# makeFlags = orig.makeFlags or [] ++ [ "CC=${prev.stdenv.cc.targetPrefix}cc" ];
|
# makeFlags = orig.makeFlags or [] ++ [ "CC=${prev.stdenv.cc.targetPrefix}cc" ];
|
||||||
BUILDCC = "${prev.stdenv.cc}/bin/${prev.stdenv.cc.targetPrefix}cc";
|
env = orig.env // {
|
||||||
|
BUILDCC = "${final.stdenv.cc}/bin/${final.stdenv.cc.targetPrefix}cc";
|
||||||
|
};
|
||||||
});
|
});
|
||||||
# fixes "perl: command not found"
|
# fixes "perl: command not found"
|
||||||
vpnc = mvToNativeInputs [ final.perl ] prev.vpnc;
|
vpnc = mvToNativeInputs [ final.perl ] prev.vpnc;
|
||||||
|
Reference in New Issue
Block a user