mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
midas: fix package name (x32edit and m32edit)
This commit is contained in:
parent
2c3e53287d
commit
5892931182
@ -2,7 +2,7 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit type;
|
inherit type;
|
||||||
baseName = "${type}-Edit";
|
baseName = "${type}-Edit";
|
||||||
name = "${baseName}-${version}";
|
name = "${lib.toLower baseName}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.music-group.com/software/behringer/${type}/${type}-Edit_LINUX_64bit_${version}.tar.gz";
|
url = "http://downloads.music-group.com/software/behringer/${type}/${type}-Edit_LINUX_64bit_${version}.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user