Merge #8363: pure-darwin stdenv
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ pkgs, newScope, stdenv, isl, fetchurl, overrideCC, wrapCC }:
|
||||
let
|
||||
callPackage = newScope (self // { inherit isl version fetch; });
|
||||
callPackage = newScope (self // { inherit stdenv isl version fetch; });
|
||||
|
||||
version = "3.6.1";
|
||||
|
||||
|
||||
@@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
buildInputs = [ cmake coreutils dbus freetype glib gnused libpthreadstubs
|
||||
pango pkgconfig libpulseaudio which ];
|
||||
buildInputs = [ coreutils dbus freetype glib gnused libpthreadstubs
|
||||
pango libpulseaudio which ];
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
postPatch = ''
|
||||
for i in squeak.in squeak.sh.in; do
|
||||
|
||||
Reference in New Issue
Block a user