mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
cagebreak: merge contrib output with regular output
This commit is contained in:
parent
732c698614
commit
9309f19ea2
@ -53,11 +53,6 @@ stdenv.mkDerivation rec {
|
||||
wlroots
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"contrib"
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dman-pages=true"
|
||||
"-Dversion_override=${version}"
|
||||
@ -70,8 +65,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
install -d $contrib/share/cagebreak/
|
||||
install -m644 $src/examples/config $contrib/share/cagebreak/
|
||||
install -d $out/share/cagebreak/
|
||||
install -m644 $src/examples/config $out/share/cagebreak/
|
||||
'';
|
||||
|
||||
postFixup = lib.optionalString withXwayland ''
|
||||
|
Loading…
Reference in New Issue
Block a user