mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Partially revert "gnome.baobab: use strictDeps"
Introduced in 832e3f971e
,
strictDeps interferes with wrapping setup hooks.
This commit is contained in:
parent
3a16251259
commit
6cc260cfd6
@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
|
||||
vala
|
||||
wrapGAppsHook
|
||||
# Prevents “error: Package `libhandy-1' not found in specified Vala API
|
||||
# directories or GObject-Introspection GIR directories”, even though it
|
||||
# should only be a runtime dependency.
|
||||
# directories or GObject-Introspection GIR directories” with strictDeps,
|
||||
# even though it should only be a runtime dependency.
|
||||
libhandy
|
||||
];
|
||||
|
||||
@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
doCheck = true;
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user