gnome.nautilus: add dev output

So that propagatedBuildInputs do not pull gnome-autoar.dev into the out closure.
This commit is contained in:
Jan Tojnar 2021-10-13 17:48:28 +02:00
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=";