treewide: use scons setup hook
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
This commit is contained in:
@@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib python scons ];
|
||||
buildPhase = "scons prefix=$out";
|
||||
installPhase = "scons prefix=$out install";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A bit-oriented parser combinator library";
|
||||
@@ -28,5 +26,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/UpstandingHackers/hammer;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user