mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
xsok: enable darwin build
This commit is contained in:
parent
625fa4dfe8
commit
4838234918
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
sed -e '/chown /d' -i src/Imakefile
|
||||
sed -e '/chmod /d' -i src/Imakefile
|
||||
sed -e '/InstallAppDefaults/d' -i src/Imakefile
|
||||
sed -e 's/CC = gcc/CC = cc/g' -i src/Imakefile
|
||||
'';
|
||||
|
||||
makeFlags = ["BINDIR=$(out)/bin"];
|
||||
@ -41,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A generic Sokoban game for X11";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
homepage = https://tracker.debian.org/pkg/xsok;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user