tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libkipi: fixup inputs and outputs
Thomas Tuegel
8 years ago
612a7bb4
2f3085cb
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
kde
libkipi.nix
+2
-1
pkgs/applications/kde/libkipi.nix
···
7
maintainers = [ lib.maintainers.ttuegel ];
8
};
9
nativeBuildInputs = [ extra-cmake-modules ];
10
-
propagatedBuildInputs = [ kconfig ki18n kservice kxmlgui ];
0
11
}
···
7
maintainers = [ lib.maintainers.ttuegel ];
8
};
9
nativeBuildInputs = [ extra-cmake-modules ];
10
+
buildInputs = [ kconfig ki18n kservice kxmlgui ];
11
+
outputs = [ "out" "dev" ];
12
}