Merge commit '4c49205' into HEAD
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
#doCheck = !stdenv.isDarwin && !stdenv.isSunOS && !stdenv.isCygwin && !stdenv.isFreeBSD;
|
||||
doCheck = false;
|
||||
|
||||
# On Mac OS X, force use of mkdir -p, since Grep's fallback
|
||||
# On macOS, force use of mkdir -p, since Grep's fallback
|
||||
# (./install-sh) is broken.
|
||||
preConfigure = ''
|
||||
export MKDIR_P="mkdir -p"
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://getpopfile.org;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
# Should work on OS X, but havent tested it.
|
||||
# Should work on macOS, but havent tested it.
|
||||
# Windows support is more complicated.
|
||||
# http://getpopfile.org/docs/faq:systemrequirements
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user