aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/brave
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-11-05 00:32:52 +0100
committerPatrick Hilhorst <git@hilhorst.be>2018-11-06 00:06:17 +0100
commitb0e9fc131ca777b24b97e21154ff66bb4f312eb6 (patch)
treeb59e54c66ebb650491c98febdc017a6bd72d1bb6 /pkgs/applications/networking/browsers/brave
parent320c9c10de8489604c459127079f59a3ef4d8475 (diff)
treewide: Fix packages using name where they should use pname
Diffstat (limited to 'pkgs/applications/networking/browsers/brave')
-rw-r--r--pkgs/applications/networking/browsers/brave/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/brave/default.nix b/pkgs/applications/networking/browsers/brave/default.nix
index d097e0b448ca..379180357a23 100644
--- a/pkgs/applications/networking/browsers/brave/default.nix
+++ b/pkgs/applications/networking/browsers/brave/default.nix
@@ -69,7 +69,7 @@ let rpath = lib.makeLibraryPath [
in stdenv.mkDerivation rec {
- name = "brave";
+ pname = "brave";
version = "0.25.2";
src = fetchurl {