mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
quartz-wm: fix and avoid impurities
This commit is contained in:
parent
bdce9327a1
commit
de8aec4d94
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, xorg, pixman, pkgconfig, AppKit, Xplugin }:
|
||||
{ stdenv, lib, fetchurl, xorg, pixman, pkgconfig, AppKit, Xplugin, darwin }:
|
||||
|
||||
let version = "1.3.1";
|
||||
in stdenv.mkDerivation {
|
||||
@ -19,11 +19,8 @@ in stdenv.mkDerivation {
|
||||
xorg.libXext
|
||||
pixman
|
||||
pkgconfig
|
||||
AppKit Xplugin
|
||||
AppKit Xplugin darwin.apple_sdk.frameworks.Foundation
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-F/System/Library/Frameworks -I/usr/include";
|
||||
NIX_LDFLAGS = stdenv.lib.optional stdenv.isDarwin
|
||||
"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation";
|
||||
meta = with lib; {
|
||||
license = licenses.apsl20;
|
||||
platforms = platforms.darwin;
|
||||
|
Loading…
Reference in New Issue
Block a user