mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
glib: drop define BSD_COMP
I fail to see where or for what it is useful for.
This commit is contained in:
parent
3b085b45b9
commit
f2eddec042
|
@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||
# Default for release buildtype but passed manually because
|
||||
# we're using plain
|
||||
"-DG_DISABLE_CAST_CHECKS"
|
||||
] ++ optional stdenv.isSunOS "-DBSD_COMP";
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# substitute fix-gio-launch-desktop-path.patch
|
||||
|
|
Loading…
Reference in a new issue