gnome.nautilus: add dev output
So that propagatedBuildInputs do not pull gnome-autoar.dev into the out closure.
This commit is contained in:
parent
222c332c19
commit
871e855cb7
@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "41.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "+blBrcEEcAxn6kB2YiMV8fa3fc7BVMN/PUwLKDlQoeU=";
|
||||
|
Loading…
Reference in New Issue
Block a user