Merge pull request #267476 from franciscod/patch-1
tweak: extend platforms (linux -> unix)
This commit is contained in:
@@ -11,11 +11,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
preBuild = "substituteInPlace Makefile --replace '$(DESTDIR)/usr/local' $out";
|
||||
makeFlags = [ "CC:=$(CC)" "LINK:=$(CC)" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An efficient hex editor";
|
||||
homepage = "http://www.chiark.greenend.org.uk/~sgtatham/tweak";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user