commit 58e0ed82438f1d46b2650511b37598d5e629145b
parent 817c88d2b1ec64de0bcc644943ce0a757c48bc9c
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Tue, 6 Aug 2024 21:36:07 +0400
Up
Diffstat:
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1722415718,
- "narHash": "sha256-5US0/pgxbMksF92k1+eOa8arJTJiPvsdZj9Dl+vJkM4=",
+ "lastModified": 1722926584,
+ "narHash": "sha256-sLA+lfCxTkXf4o3JVxcfe+w9kAzauGfEnJ9roNbNng8=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "c3392ad349a5227f4a3464dce87bcc5046692fce",
+ "rev": "d33cf80b603b3d0cddb48f9816cae707a59e2334",
"type": "github"
},
"original": {
diff --git a/pkgs/geospatial/mapsoft/2.nix b/pkgs/geospatial/mapsoft/2.nix
@@ -65,11 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
];
in
''
- ${lib.concatStringsSep "\n" (
- map (
- file: ''substituteInPlace ${file} --subst-var out''
- ) srcFiles
- )}
+ ${lib.concatStringsSep "\n" (map (file: ''substituteInPlace ${file} --subst-var out'') srcFiles)}
substituteInPlace modules/getopt/Makefile --replace-fail "SCRIPT_TESTS := getopt" ""
substituteInPlace modules/opt/Makefile --replace-fail "SIMPLE_TESTS := opt" ""