Remove old static versions of aterm/sdf2-bundle, don't build currently and not used anywhere.
This commit is contained in:
parent
6e067d336b
commit
047f174801
@ -4,20 +4,6 @@ rec {
|
|||||||
|
|
||||||
inherit aterm;
|
inherit aterm;
|
||||||
|
|
||||||
atermStatic = stdenv.mkDerivation ( rec {
|
|
||||||
name = "${aterm.name}-static";
|
|
||||||
configureFlags = "--enable-shared=no --enable-static=yes";
|
|
||||||
|
|
||||||
inherit (aterm) src meta patches;
|
|
||||||
} // ( if stdenv.system == "i686-cygwin" then { inherit (sdf) CFLAGS; } else {} ) ) ;
|
|
||||||
|
|
||||||
sdfStatic = stdenv.mkDerivation ( rec {
|
|
||||||
name = "${sdf.name}-static";
|
|
||||||
configureFlags = "--enable-shared=no --enable-static=yes";
|
|
||||||
|
|
||||||
inherit (sdf) src buildInputs preConfigure meta;
|
|
||||||
} // ( if stdenv.system == "i686-cygwin" then { inherit (sdf) CFLAGS; } else {} ) ) ;
|
|
||||||
|
|
||||||
sdf = stdenv.mkDerivation ( rec {
|
sdf = stdenv.mkDerivation ( rec {
|
||||||
name = "sdf2-bundle-2.4";
|
name = "sdf2-bundle-2.4";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user