mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
tiscamera: stdenv -> gcc10Stdenv
(cherry picked from commit bb1a8a87a6)
This commit is contained in:
committed by
github-actions[bot]
parent
ef7790a218
commit
b4c8a1cf10
@@ -20851,7 +20851,7 @@ with pkgs;
|
||||
|
||||
tinyxml-2 = callPackage ../development/libraries/tinyxml-2 { };
|
||||
|
||||
tiscamera = callPackage ../os-specific/linux/tiscamera { };
|
||||
tiscamera = callPackage ../os-specific/linux/tiscamera { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
tivodecode = callPackage ../applications/video/tivodecode { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user