tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sonic-visualiser: mark broken
Thomas Tuegel
9 years ago
5b73e2b8
a583fe22
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
sonic-visualiser
default.nix
+1
pkgs/applications/audio/sonic-visualiser/default.nix
···
53
license = licenses.gpl2Plus;
54
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
55
platforms = platforms.linux;
0
56
};
57
}
···
53
license = licenses.gpl2Plus;
54
maintainers = [ maintainers.goibhniu maintainers.marcweber ];
55
platforms = platforms.linux;
56
+
broken = true;
57
};
58
}