mirror of
https://gitlab.gnome.org/Rirusha/Cassette.git
synced 2025-06-28 12:49:52 +00:00
flake: replace option profile with is_devel
This commit is contained in:
parent
19477c9bda
commit
3b15be4b38
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dprofile=development"
|
"-Dis_devel=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs;
|
nativeBuildInputs = with pkgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue