Skip to content

Commit

Permalink
amtterm: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 28, 2017
1 parent 9aae605 commit 8fb9d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/amtterm/default.nix
Expand Up @@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "amtterm-${version}";
version = "1.6-1";

buildInputs = with perlPackages; [ perl SOAPLite ];
nativeBuildInputs = [ makeWrapper ];

Expand All @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "1jxcsqkag2bxmrnr4m6g88sln1j2d9liqlna57fj8kkc85316vlc";
};

makeFlags = [ "prefix=$(out)" ];
makeFlags = [ "prefix=$(out)" "STRIP=" ];

postInstall =
"wrapProgram $out/bin/amttool --prefix PERL5LIB : $PERL5LIB";
Expand Down

0 comments on commit 8fb9d37

Please sign in to comment.