nix-serve: 77ffa33d8 -> 0.0.2 (#343319)

nix-serve: make sure that we use the same perl for bindings and nix-serve
This commit is contained in:
Jörg Thalheim
2024-09-21 17:26:29 +02:00
committed by GitHub
parent c0e65bb829
commit 5a9dcfd10a
2 changed files with 3 additions and 1 deletions
@@ -3,7 +3,6 @@
, fetchFromGitHub
, bzip2
, nixVersions
, perl
, makeWrapper
, nixosTests
, fetchpatch
@@ -13,6 +12,7 @@ let
rev = "77ffa33d83d2c7c6551c5e420e938e92d72fec24";
sha256 = "sha256-MJRdVO2pt7wjOu5Hk0eVeNbk5bK5+Uo/Gh9XfO4OlMY=";
nix = nixVersions.nix_2_24;
inherit (nix.perl-bindings) perl;
in
stdenv.mkDerivation {
@@ -87,4 +87,6 @@ in stdenv.mkDerivation (finalAttrs: {
];
preConfigure = "export NIX_STATE_DIR=$TMPDIR";
passthru = { inherit perl; };
})