task | formating
This commit is contained in:
parent
01ded75c37
commit
b3be2865c0
1 changed files with 5 additions and 3 deletions
|
|
@ -8,9 +8,11 @@
|
|||
(pkgs.citrix_workspace.override {
|
||||
libvorbis = pkgs.libvorbis.override {
|
||||
libogg = pkgs.libogg.overrideAttrs (prevAttrs: {
|
||||
cmakeFlags = (prevAttrs.cmakeFlags or []) ++ [
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" true)
|
||||
];
|
||||
cmakeFlags =
|
||||
(prevAttrs.cmakeFlags or [])
|
||||
++ [
|
||||
(lib.cmakeBool "BUILD_SHARED_LIBS" true)
|
||||
];
|
||||
});
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue