vcv-rack, opkowa: pname-version fixes

This commit is contained in:
Patrick Hilhorst 2018-11-05 17:38:20 +01:00
parent cef08f162e
commit c63d3530ef
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2
2 changed files with 5 additions and 4 deletions

View file

@ -3,8 +3,9 @@
, libzip, rtaudio, rtmidi, speex }:
let
glfw-git = glfw.overrideAttrs (oldAttrs: {
name = "glfw-git-20180529";
glfw-git = glfw.overrideAttrs (oldAttrs: rec {
name = "glfw-git-${version}";
version = "unstable-2018-05-29";
src = fetchFromGitHub {
owner = "glfw";
repo = "glfw";

View file

@ -26,7 +26,7 @@ in
let plugins = {
x770 = stdenv.mkDerivation rec {
name = "iscan-gt-x770-bundle";
pname = "iscan-gt-x770-bundle";
version = "1.0.1";
pluginVersion = "2.1.2-1";
@ -58,7 +58,7 @@ let plugins = {
meta = common_meta // { description = "iscan esci x770 plugin for "+passthru.hw; };
};
f720 = stdenv.mkDerivation rec {
name = "iscan-gt-f720-bundle";
pname = "iscan-gt-f720-bundle";
version = "1.0.1";
pluginVersion = "0.1.1-2";