ocs-url: fix pname
This commit is contained in:
parent
527f549d60
commit
0952065908
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchgit, libsForQt5 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocs-url";
|
||||
pname = "ocs-url";
|
||||
version = "3.1.0";
|
||||
|
||||
srcs = [
|
||||
|
|
Loading…
Reference in a new issue