Unverified Commit 5a9dcfd1 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

nix-serve: make sure that we use the same perl for bindings and nix-serve
parent c0e65bb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -87,4 +87,6 @@ in stdenv.mkDerivation (finalAttrs: {
  ];

  preConfigure = "export NIX_STATE_DIR=$TMPDIR";

  passthru = { inherit perl; };
})