3
0
Fork 0
forked from mirrors/nixpkgs

modem-manager: don't define inconsistent pname

This commit is contained in:
Patrick Hilhorst 2018-11-05 00:43:47 +01:00
parent 0e381e084e
commit 914392c646
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "modem-manager-${version}";
pname = "ModemManager";
version = "1.7.990";
package = "ModemManager";
src = fetchurl {
url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
url = "https://www.freedesktop.org/software/${package}/${package}-${version}.tar.xz";
sha256 = "1v4hixmghlrw7w4ajq2x4k62js0594h223d0yma365zwqr7hjrfl";
};