3
0
Fork 0
forked from mirrors/nixpkgs

speed_dreams: remove obsolete variable

This commit is contained in:
Robin Gloster 2016-02-27 09:38:51 +00:00
parent d3fb7acb3a
commit 14177f5e0b

View file

@ -14671,7 +14671,6 @@ let
speed_dreams = callPackage ../games/speed-dreams {
# Torcs wants to make shared libraries linked with plib libraries (it provides static).
# i686 is the only platform I know than can do that linking without plib built with -fPIC
plib = plib.override { enablePIC = !stdenv.isi686; };
libpng = libpng12;
};